Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump DevilDaggersInfo.Core from 0.8.1 to 0.9.1 in /src #512

Merged
merged 8 commits into from
Mar 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps DevilDaggersInfo.Core from 0.8.1 to 0.9.1.

Changelog

Sourced from DevilDaggersInfo.Core's changelog.

0.9.1

Added

  • Support for loudness values has been added. A loudness asset is now automatically generated if needed.
  • Added float? loudnessValue parameter to AudioModBinaryBuilder.AddAudio method.

Changed

  • Loudness file is now extracted to loudness.ini instead of loudness.wav.

0.9.0

Rewrote the Mod library. The API is now much more stable and easier to use.

Added

  • Added AssetExtractionResult record which is used to return the result of an asset extraction.
    • This allows for proper shader extraction where a single asset contains multiple files.
    • The ModBinary.ExtractAsset methods now return an instance of this type.

Changed

  • Renamed "chunks" to "TOC entries".
    • Renamed ModBinaryChunk to ModBinaryTocEntry.
    • Renamed ModBinaryBuilder.Chunks to ModBinaryBuilder.TocEntries.
    • Renamed ModBinaryToc.Chunks to ModBinaryToc.Entries.
  • ModBinaryBuilder is now abstract.
    • The ModBinaryBuilder.AddAsset method has been removed.
    • Use the AudioModBinaryBuilder and DdModBinaryBuilder classes to create audio and dd mods respectively.
    • The AudioModBinaryBuilder class exposes an AddAudio method.
    • The DdModBinaryBuilder class exposes AddMesh, AddObjectBinding, AddShader, and AddTexture methods.

Removed

  • Removed AssetTypeExtensions.GetFileExtension and AssetTypeExtensions.ToDisplayString methods.
  • Removed AssetConverter class.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 29, 2024

A newer version of DevilDaggersInfo.Core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot bot and others added 6 commits March 3, 2024 15:20
Bumps [DevilDaggersInfo.Core](https://github.com/NoahStolk/ddinfo-core) from 0.8.1 to 0.9.1.
- [Changelog](https://github.com/NoahStolk/ddinfo-core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/NoahStolk/ddinfo-core/commits)

---
updated-dependencies:
- dependency-name: DevilDaggersInfo.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@NoahStolk NoahStolk force-pushed the dependabot/nuget/src/DevilDaggersInfo.Core-0.9.1 branch from ccbeef4 to d6ac524 Compare March 3, 2024 14:21
@NoahStolk NoahStolk merged commit fe034a3 into main Mar 3, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/src/DevilDaggersInfo.Core-0.9.1 branch March 3, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant